home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 049a / tune4day.zip / TUNE4DAY.INI < prev   
Text File  |  1992-06-01  |  2KB  |  49 lines

  1. ; Below sets the number of TUNE sound files to play per each running of
  2. ;       TUNE4DAY.EXE.
  3. TunesPerRunning=1
  4.  
  5. ; Number of seconds to delay in between consecutive TUNE sound files.
  6. PauseSecsBetween=0
  7.  
  8. ; This is the DOS command line that will execute and act on the TUNE file.
  9. ;       The TUNE file name does not contain any drive &/or sub-directory 
  10. ;       information.
  11. ProgramToPlay=tunebat
  12.  
  13. ; Any characters to be appended to end of the command line. You must include
  14. ;       any required leading spaces in between the file name and this terminator
  15. ;       string.
  16. ProgramTerminator=
  17.  
  18. ; Location of the DataFileSpec files. You must include any required ending 
  19. ;       slashes.
  20. DataDirectory=C:\voice\sounds\
  21.  
  22. ; Holds the file specification of the files in the DataDirectory that you want
  23. ;       to scan for.
  24. DataFileSpec=*.dat
  25.  
  26. ; Holds the sound file in the DataDirectory that you always want TUNE4DAY to play
  27. ; before any other pending sounds to be played.
  28. AlwaysPlayFirst=
  29.  
  30. ; Holds the directory offset into DataDirectory\DataFileSpec of the last played
  31. ;       sound. The next invocation of TUNE4DAY will play the PlayedThisFile+1 
  32. ;       file in the DataDirectory.
  33. PlayedThisFile=1
  34.  
  35. ; Determines use and style of mouse in menu mode.
  36. ;    0: Do not use mouse in program.
  37. ;    1: Use mouse with CLICK style (click selects, double click transmits).
  38. ;    2: Use mouse with DRAG style (dragging selects, releasing transmits - releasing
  39. ;        out of area removes highlight).
  40. ;    3: Use mouse with ALTERNATE DRAG style (dragging selects, releasing transmits).
  41. MouseType=2
  42.  
  43. ; Holds the sound file in the DataDirectory that you always want TUNE4DAY to play
  44. ; after any other pending sounds to be played.
  45. AlwaysPlayLast=
  46.  
  47. ; this is last line.
  48.  
  49.